Welcome![Sign In][Sign Up]
Location:
Search - python network

Search list

[Internet-NetworkNetwork_py

Description: Python实现的半同步半异步网络框架.在其上可以实现自己的应用层协议,以支持特定的应用.-Python achieve a semi-synchronous-asynchronous network framework. In its own can achieve the application layer protocol to support specific applications.
Platform: | Size: 2048 | Author: 张铭 | Hits:

[Windows DevelopPython-QQ-2005-07-27

Description: PYTHON编写的QQ客户端源码,适合PYTHON网络编程的朋友参考-PYTHON has made the preparation of the QQ client source code, the programming for the network PYTHON has made reference to a friend
Platform: | Size: 35840 | Author: 孙刚 | Hits:

[Windows DevelopPython Programming On Win32 Sourcecode

Description: 大量PYTHON编程源码,包括网络,各种界面元素,文件处理等功能源码演示.-PYTHON has made substantial programming source, including network, various interface elements, document handling capabilities source demo.
Platform: | Size: 1528832 | Author: 孙刚 | Hits:

[BooksFoundations_of_Python_Network_Programming

Description: Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software-Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in.This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software
Platform: | Size: 2996224 | Author: dadsf | Hits:

[Email Clientgmail-backup

Description: 对gmail邮箱内容进行备份的小程序,学习python网络编程的好参考资料-Gmail-mail content on a small backup procedures, learning python network programming a good reference
Platform: | Size: 8192 | Author: 陈立乾 | Hits:

[Search Enginehttp

Description: python网络爬虫抓取程序 内附有详细说明,解压缩后即可见到源程序。-python network containing reptiles crawling process is described in detail, unzip the source code can be seen.
Platform: | Size: 2048 | Author: 刘光磊 | Hits:

[BooksOReilly.Twisted.Network.Programming.Essentials.Oct

Description: O Reilly原版书,为数不多介绍Python网络平台-Twisted的专著-O Reilly original book, one of the few network platform Python introduction of monographs-Twisted
Platform: | Size: 1296384 | Author: pongo | Hits:

[BooksA-Byte-of-Python

Description: 网络上多人推荐的Python学习资料,适合多个层次的爱好者学习-Python network learning materials more than the recommended for fans of various levels of learning
Platform: | Size: 103424 | Author: mandy | Hits:

[OtherOReilly.Python.In.A.Nutshell.2003-CHM

Description: This book is aimed at programmers with some previous exposure to Python, as well as experienced programmers coming to Python for the first time from other programming languages. The book is a quick reference to Python itself, the most important parts of its vast standard library, and some of the most popular and useful third-party modules, covering a range of applications including web and network programming, GUIs, XML handling, database interactions, and high-speed numeric computing. It focuses on Python s cross-platform capabilities and covers the basics of extending Python and embedding it in other applications, using either C or Java.
Platform: | Size: 1182720 | Author: julian | Hits:

[OtherRS232-Serial-to-GSM-Network-Gateway-Python-Softwar

Description: Python Software Example use RS232 Serial to GSM Network Gateway -Python Software Example use RS232 Serial to GSM Network Gateway
Platform: | Size: 35840 | Author: 陳嘉年 | Hits:

[Internet-NetworkPython-Network-Programming

Description: 《Python网络编程基础》英文版,可以作为各层次Python、Web和网络程序的开发人员的参考书,在实际工作中使用书中的技术,效果更佳。-"The basis of Python Network Programming" in English, can be used as reference books of all levels Python, the Web and network program developers book technology used in practical work, the better.
Platform: | Size: 3024896 | Author: 汉蒙 | Hits:

[OtherPython-network-programming-cookbook

Description: Python网络编程攻略电子书pdf 中文 17.8 MB -Python network programming guide books PDF Chinese 17.8 MB
Platform: | Size: 16482304 | Author: zhanglu | Hits:

[OtherPython-Network-Programming-Cookbook

Description: 《Python网络编程攻略》([英]Dr.M.O.Faruque Sarker著 安道 译)一书源码- Python network programming Raiders ([English] Dr.M.O.Faruque Sarker with Ando translation) a book source.
Platform: | Size: 80896 | Author: 大头 | Hits:

[Otherpython-socket-udp-server-client

Description: a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in different machines, and enable that the two machines can ping each other,to do this , you r supposed to shut down your firewalls first. 2 I run the two py file code in two machines,first, you should get to know the ip address of server machine, and replace the HOST constant with your own server ip, then type message firstly on client machine, then you will find that the typed message in client machine shows in the server window, and then the client waits for the response from server side ,then u type message in server window, u will find that message show in client side ,then the server side goes into waiting for the response from client side. 3 so u implement the server / client model in UDP protocol
Platform: | Size: 1024 | Author: BaDTimE | Hits:

[Otherpython绝技:运用python成为顶级黑客

Description: python网络安全教材,端口扫描及取证启蒙之作(Python Network Security materials, port scanning and forensics enlightenment)
Platform: | Size: 1424384 | Author: 花开彼岸 | Hits:

[Bookspython实现爬虫功能

Description: Python网络数据采集,通过良好的案例实现爬取网站上的数据。(Python network data acquisition)
Platform: | Size: 9897984 | Author: 伯乐马 | Hits:

[Sniffer Package capturePython网络数据采集

Description: Python网络数据采集 的电子书,高清教程,(Python network data acquisition e-books, HD tutorial,)
Platform: | Size: 8939520 | Author: zeallag | Hits:

[OtherFoundations of Python Network Programming_Code

Description: 采用Python 3,涵盖网络编程所有经典话题,包括网络协议、网络数据及错误、电子邮件、服务器架构,以及HTTP及Web应用程序,对SSL支持、异步I/O循环的编写方法、跨站脚本以及跨站请求伪造攻击网站的原理及保护方法等内容也有详尽介绍。(Foundations of Python Network Programming(3rd) Code)
Platform: | Size: 176128 | Author: Laspide | Hits:

[OtherPython网络数据采集

Description: 详细讲解python网络数据采集方法,适合新手入门(Detailed explanation of Python network data acquisition method, suitable for beginners)
Platform: | Size: 8974336 | Author: zzzfb | Hits:

[AI-NN-PRPython网络数据采集

Description: Python网络数据采集,适合想要学习使用Python进行网络数据采集的人。(Python network data collection for those who want to learn how to use Python for network data acquisition.)
Platform: | Size: 8977408 | Author: 林只只 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net